Skip to content

Feat: Jared Edge Lesson02 complete a quiz homework #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

Edge-J
Copy link
Contributor

@Edge-J Edge-J commented Aug 11, 2025

Areas of struggle:

  • Making sure I was in the dev container to install the necessary dependencies
    Stretch
  • I couldn't figure out how to update my gradle version needed to be up to date with version 21, but I didn't have enough time before this PR was due

What I learned:

  • Practice with working in dev container
  • Played around with JUnit
  • Any gradle command needs gradle.wrapper included in it

Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎓 Automated Grading Report

Student: Jared Edge
Date: 8/11/2025

Feedback

The student successfully met all the functional requirements by providing correct answers to all 11 quiz questions in the TypeScript file. This demonstrates a solid understanding of the quiz content and the ability to modify the code correctly. On the technical side, the student made the necessary code changes in lesson_02/quiz/src/lesson2.ts with correct formatting and ensured that the answers were properly implemented. However, the submission includes several additional files related to a Java project setup, such as Gradle configuration files and Java source files. While these changes do not directly affect the TypeScript quiz, they introduce unnecessary complexity to the submission. It is important to focus only on the required files and changes for the specific task to maintain clarity and relevance. Overall, the student demonstrated strong technical skills but should ensure that submissions are concise and focused on the task at hand.


This is an automated preliminary review. Please review and adjust before finalizing.

mavenCentral()
}
dependencies {
implementation files('../../lib/java/codedifferently-instructional/instructional-lib/build/libs/instructional-lib.jar')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting pretty close. I'd encourage you to keep working on this. What you'll have to figure out is how to reference this dependency correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants